home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / hint / TrainerMaker.lha / TrainerMaker / Trainermaker.doc < prev    next >
Text File  |  1991-08-26  |  5KB  |  107 lines

  1. *****************************************************************************
  2. *                                                                           *
  3. *                               TrainerMaker V0.8                           *
  4. *                                                                           *
  5. *                          written from 28.7 to 1.8 1991                    *
  6. *                                                                           *
  7. *                             by Andreas Ackermann                          *
  8. *                                                                           *
  9. *                                                                           *
  10. *                      This programm is fully Public Domain                 *
  11. *                                                                           *
  12. *****************************************************************************
  13.  
  14.  TrainerMaker V0.8 (from here on referred as TM) allows you, similar to the
  15.  train-function of the Amiga-Action-Replay to 'modify' money, number of lives
  16.  or high-scores of some games.
  17.  
  18. RESTRICTIONS:
  19.  
  20.  a). the game to be modified must be capable of multitasking ( e.g. Ports of
  21.      Call, RailRoad Tycoon or SimCity). Most of the existing action-games
  22.      unfortunately are not.
  23.  b). TM only searches all CHIP-memory and the internal 512K expansion.
  24.      Additional FAST-mem remains disregarded.
  25.  
  26. FUNCTION:
  27.  
  28.  First you pass a value to TM (your money or whatever you want to change) and
  29.  TM searches all your memory for this value and saves the addresses found.
  30.  Then you go on playing till this value is changed. Now you pass this new value
  31.  to TM and TM compares all addresses found against this new value.
  32.  The possible addresses will be displayed and then they can be modified at
  33.  pleasure.
  34.  
  35. PARAMETERS:
  36.  
  37.  Only the first character is significant, the remaining part of the line will
  38.  be ignored !
  39.  Number inputs can be decimal or hexadecimal ($-character in front !).
  40.  Wrong inputs (e.g. letters different from a-f) will cancel any action.
  41.  Negative decimal-inputs aren't implemented yet.
  42.  
  43.  f - asks for a value and searches all your memory for this number.
  44.      (0,1,and $ff are not advisable !)
  45.  c - compares the addresses found against the new value. If more than 3 or 4
  46.      addresses are displayed you should repeat the search with an other value.
  47.  m - asks for an address (displayed after running c) and a value to be written
  48.      at this address.
  49.  b,w,l
  50.    - with these commands you can switch the searchmode
  51.      with b you can search for values which are maximal +127 ($7f or 2 hex-
  52.      digits)
  53.      with w values up to +32665 ($7fff [4 hex-digits]) and any value higher
  54.      with l. ($7fffffff [8 hex-digits])
  55.      [It's not advisable to search byte-values because there're always many
  56.       possibilites.]
  57.      Attention: When switching the mode, all found addresses will be cleared
  58.                 because they are no longer valid.
  59.  s - shows the active mode.
  60.  q - quit
  61.  
  62. HINTS:
  63.  
  64.  The largest numbers are $7f, $7fff and $7fffffff.
  65.  Everything larger is negative ( with BYTE e.g. $80 = -128, $ff = -1)
  66.  
  67.  SimCity: Your money is saved in LONG-format. ( l!)
  68.  RailRoad Tycoon: Here we have WORD-format. (Attention: You mustn't enter the
  69.           last 3 digits of your money because they are disregarded in the in-
  70.           ternal handling of the money.
  71.  
  72.  If you shouldn't have success, you can switch the mode and try once more.
  73.  Or if you notice that your game works wih complete thousands (e.g. RT) you can
  74.  try leaving out the last three digits of your money.
  75.  
  76. FIRST STEPS:
  77.  
  78.  If your game is started via Workbench, start first TM by double-click on its
  79.  icon and then your game.
  80.  If it's an auto-start-game, copy TM on the game-disk and insert trainermaker
  81.  in the first line of s/startup-sequence of that disk.
  82.  [TM works fine with all games, where you get/hide the Workbench-screen by
  83.  <left Amiga>N/<left Amiga>M.]
  84.  
  85.  Now play your game till you get the value you want to have modified on your
  86.  screen, take TM, use the f-function and go on playing till the value is
  87.  changed. Use c and the m to make live easier and enjoy your game !
  88.  
  89. FINAL CONSIDERATIONS:
  90.  
  91.  Maybe there's a couple of game-freaks who've got enough time to test out the
  92.  games TM works with and what kind the values are and who'd be so kind to send
  93.  their results to Fred !
  94.  
  95.  And now I wish you success and fun with the TrainerMaker V0.8
  96.  
  97.                                                   Andreas Ackermann
  98.  
  99.  
  100.                                                               3.8.1991
  101. PS:
  102.       Address:
  103.  
  104.       Lorenz-Summa-Str. 10
  105.       W-8679 Oberkotzau
  106.       Germany
  107.